- program source code
- SAP.тех. исходный текст программы
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
source code — A computer program written in its original programming language. In source code form a program is intelligible to a suitably trained human being. To be intelligible to a machine it is translated (compiled) into object code. + source code USA The… … Law dictionary
Source Code Control System — (SCCS) was the first source code revision control system. It was originally developed at Bell Labs in 1972 by Marc J. Rochkind for an IBM System/370 computer running OS/MVT. It was later rewritten for UNIX, then running on a PDP 11. Subsequently … Wikipedia
Source code — For the 2011 film, see Source Code. Not to be confused with source coding. An illustration of Java source code with prologue comments indicated in red, inline comments indicated in green, and program code indicated in blue In computer science,… … Wikipedia
Source code editor — A source code editor is a text editor program designed specifically for editing source code of computer programs by programmers. It may be a standalone application or it may be built into an integrated development environment (IDE). Source code… … Wikipedia
source code — noun Date: 1970 a computer program in its original programming language (as FORTRAN or C) before translation into object code usually by a compiler … New Collegiate Dictionary
source code — Computers. program instructions that must be translated by a compiler, interpreter, or assembler into object code before execution. * * * … Universalium
Ricoh Source Code Public License — The Ricoh Source Code Public License is a software license, generally compatible with the GPL, intended for open source software creation.OverviewRPL : Ricoh Silicon Valley, Inc., a California corporation, wrote the license. It is used for a… … Wikipedia
Code reviewing software — is computer software that helps humans find flaws in program source code.In can be divided into two categories: * Automated code review software checks source code against a predefined set of rules and produces reports. * Different types of… … Wikipedia
Program database — Infobox file format name = Program database icon = caption = extension = .pdb mime = type code = uniform type = magic = owner = Microsoft released = latest release version = latest release date = genre = Debug container for = contained by =… … Wikipedia
Source lines of code — (SLOC) is a software metric used to measure the size of a software program by counting the number of lines in the text of the program s source code. SLOC is typically used to predict the amount of effort that will be required to develop a program … Wikipedia
Code coverage — is a measure used in software testing. It describes the degree to which the source code of a program has been tested. It is a form of testing that inspects the code directly and is therefore a form of white box testing.[1] Code coverage was among … Wikipedia